/*
Theme Name: Blogs Up
Theme URI: 
Author: Silk Themes
Author URI: https://silkthemes.com
Version: 1.0
Requires at least: 5
Tested up to: 6
Requires PHP: 5.6
License: GNU General Public License, v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: silk-blog
Text Domain: blogs-up

Description: Blogs Up is a perfect WordPress theme for magazines, personal blogs, newspaper, product reviews, content publishers or even Silk Blog can be used for niche sites with curated contents.

Tags:   block-patterns,grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template,theme-options, threaded-comments,blog,news,food-and-drink

Blogs Up  WordPress Theme, Copyright 2023 silkthemes.com
Blogs Up  is distributed under the terms of the GNU GPL

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.head-lay2 .site-title{
    font-size: 31px;
}
.head-lay2 .site-description{
    font-size: 14px;
}

/*----------------------------------------------------
Recent post widget style 2
-------------------------------------------------------- */
.block-content-recent{
  position: relative;
display: block;
background-color:transparent;
box-shadow: none;
}

.block-content-recent .card-section .post-list {
    display: block;
    overflow: hidden;
    padding: 5px 0px 10px 0px;
}

.widget_recent-post-single .widget_wrap {
    padding: 30px 0px;
}
.block-content-recent.card{
    margin-bottom: 0px;
}
.post-list .post-thumb-outer {
    float: left;
    margin-bottom: 0;
    max-width: 110px;
    width: 110px;
    height: 85px;
}
.post-thumb-outer {
    position: relative;
    display: block;
}

.post-list .post-body {
    margin-left: 125px;
    padding: 0;
}
.post-list .post-title.is-size-5 a {
    color: #282828;
    text-decoration: none;
}

.post-list .post-title.is-size-5 a:hover {
    color: #282828;
}
.post-title.is-size-5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
}
.block-content-recent.card .post-meta-info {

    color: #999;
    font-size: 12px;
    padding-top: 10px;
}
/*---------------------------------------------------
post style title 
----------------------------------------------------*/
.post-wrap-layout-2 .card .card-image .card-title {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 1.3em;
    text-shadow: none;
    z-index: 1;
    padding: 20px 0px 0px 15px;
}

.post-wrap-layout-2 .card .card-image .card-title a {
    color: #555;
}

.card .card-content {
    padding: 15px 30px;
    padding-top: 0px;
}